ServiceApplyConversationAction Method (ConversationAction) |
Sets a one-time or follow up action on all the items in a conversation.
Namespace:
Independentsoft.Exchange
Assembly:
Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntaxpublic Response ApplyConversationAction(
ConversationAction conversationAction
)
Public Function ApplyConversationAction (
conversationAction As ConversationAction
) As Response
Parameters
- conversationAction
- Type: Independentsoft.ExchangeConversationAction
The conversation action.
Return Value
Type:
ResponseResponse.
See Also